projects
/
php8.4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8801b
)
Override result of AC_PROG_LN_S to fix FTBFS on ppc64el
author
Ondřej Surý
<ondrej@sury.org>
Mon, 3 Jan 2022 14:32:12 +0000
(15:32 +0100)
committer
Ondřej Surý
<ondrej@debian.org>
Sat, 11 Apr 2026 07:08:00 +0000
(09:08 +0200)
Gbp-Pq: Name 0038-Override-result-of-AC_PROG_LN_S-to-fix-FTBFS-on-ppc6.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2284877ef37092e0e57dc5ac0084416cc8408cf3..55c9c914f7f60e5a5bf5d9586de4884c42165e26 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-122,6
+122,11
@@
AC_PROG_CPP
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_LN_S
+if test "$LN_S" != "ln -s"; then
+ AC_MSG_WARN([Overriding result of AC_PROG_LN_S, ln -s always works here])
+ LN_S='ln -s'
+fi
+
AS_VAR_IF([cross_compiling], [yes],
[AC_CHECK_PROGS([BUILD_CC], [gcc clang c99 c89 cc cl], [none])
AC_MSG_CHECKING([for native build C compiler])